home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / hdrbbs11.lha / HBBS / System / Amiga / CLI / makedist < prev    next >
AmigaDOS Script File  |  1996-06-25  |  551b  |  23 lines

  1. .key Release/K
  2. .bra [
  3. .ket ]
  4.  
  5. copy dh0:hbbs#? dh2:dist all
  6. echo Deleting object and temporary files..
  7. list dh2:dist/hbbs/source p=#?.o|#?.00|#?.tmp all lformat "delete %p%s" >t:dellist
  8. failat 21
  9. execute t:dellist
  10. failat 10
  11. ask "Ready To Archive ?"
  12. if not warn
  13.   lha a -e -r -V710 DH2:dist/HBBS-A[Release] DH2:dist/HBBS DH2:dist/HBBS.info
  14.   if not warn
  15.     ask "Remove DH2:Dist/HBBS#? ?"
  16.     if not warn
  17.       delete dh2:dist/hbbs all
  18.       delete dh2:dist/hbbs.info all
  19.     endif
  20.     echo Archives stored as DH2:dist/HBBS-A[Release].L??
  21.   endif
  22. endif
  23.